ItemValidator Property (TransposedGrid<T>)
In This Topic
Gets or sets a validator function to determine whether cells contain valid data.
Syntax
'Declaration
Public Overridable Property ItemValidator As String
public virtual string ItemValidator {get; set;}
See Also